From 7e4e2c636e77a68a8b5b524588543dc383cb895c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Aug 2009 19:45:52 -0400 Subject: [PATCH] Fix a documentation error Reported by Eduard Bagrov in bug 592862. --- gdk/x11/gdkpixmap-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkpixmap-x11.c b/gdk/x11/gdkpixmap-x11.c index 1fcaf5a9b4..7e86dbb72f 100644 --- a/gdk/x11/gdkpixmap-x11.c +++ b/gdk/x11/gdkpixmap-x11.c @@ -427,7 +427,7 @@ gdk_pixmap_foreign_new (GdkNativeWindow anid) * For example in the X backend, a native pixmap handle is an Xlib * XID. * - * Return value: the #GdkWindow wrapper for the native window, + * Return value: the #GdkPixmap wrapper for the native pixmap, * or %NULL if there is none. **/ GdkPixmap* -- 2.30.2